Description: Retrieve a user with a specific identifier. Only retrieves one user at a time. For results for multiple users, use GET: Retrieve a list of users.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "userId": "4af860ae-2e53-4d8b-a48e-606b862effed",
- "allowSafetyEventDownload": false,
- "allowVideoSearchDownload": false,
- "cellPhoneCountry": "US",
- "cellPhoneNumber": "+1234567890",
- "createdDate": "2025-06-20T11:25:07.871814-07:00",
- "email": "email@email.com",
- "employeeId": "j.smith",
- "firstName": "John",
- "groupRoles": [
- {
- "groupId": "28a6d1a3-92c8-4eca-b8b3-d5d0e2d308d0",
- "roleId": 4
}
], - "lastLoginDate": "2025-06-24T11:25:07.871818-07:00",
- "lastName": "Smith",
- "loginEnabled": true,
- "primaryGroupId": "28a6d1a3-92c8-4eca-b8b3-d5d0e2d308d0",
- "status": "Active",
- "updatedDate": "2025-06-27T11:25:07.871818-07:00",
- "username": "j.smith"
}